home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Explosion
/
Software Explosion (Fore-Matt Home Computing)(1996).iso
/
system
/
libs
/
bypass_arp_fr.doc
< prev
next >
Wrap
Text File
|
1996-09-08
|
2KB
|
41 lines
Bypass ARP FR Release 1.00 By: Khalid Aldoseri
------------- ------------ -------------------
Bypass_ARP_FR is a small program that will replace the ARP file requester
with the one in 'kd_freq.library'. All you have to do is to runback it in
your startup-sequence, and from there on every time a program calls
the ARP file requester, mine will come up instead!
i.e.
runback c:Bypass_ARP_FR
You must have 'kd_freq.library' and 'arp.library' in your libs: directory.
This will work with any arp.library version.
Do not run multiple copies of this program!
To quit the program you have to send it a Control-C or a Control-D
by using the 'break' command.
Programmer's Note:
If your program is calling the ARP FR and you want it to call mine instead,
you don't have to do anything. Just call the ARP FR via the arp.library,
using the same parameters (i.e. you would do EXACTLY as the arp docs
tell you) and ignore my fr totally.
The Bypass program handles all the differences in calling procedures
between the ARP fr and my FR. i.e. It will get the normal ARP FR call,
read the ARP FileRequester structure, set the right calling procedure
for my fr, call my fr, get a return from it, and set the right results
in ARP format, and return the call to your program. Your program will
not know the difference. IGNORE ALL THE DOCS IN THE 'KD_Freq.DOC'!!!
------------------------------------------------------------------------------
Copyright 1990 Khalid Aldoseri.
16 January 1990.
------------------------------------------------------------------------------